Einhugur JWT Plugin

EinhugurJWT.DecodeRaw Method

Decodes and optionally validates JSON Web Token and returns the claim data as raw JSON data instead of as claims.

DecodeRaw(
   params as EinhugurJWT.DecodingParameters,
   skipValidation as Boolean) as EinhugurJWT.JWTRawResult

Parameters

params
Parameters to specify how to decode and what to validate.
skipValidation
If set to true then validation will not be done.

Returns

EinhugurJWT.JWTRawResult
JWTRawResult instance or exception is thrown.

Remarks

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS
  • See Also

    EinhugurJWT Module